version 2.5 has been deprecated, changing default to 3.0#3495
Conversation
|
I thought we also had to change the endpoint ? |
|
I'm not sure about changing the endpoint. When I got hourly updates working on my MM, I only had to change the apiVersion property to "3.0" and it worked. My only change was to the default in the module code for the OpenWeather stuff. let me see if I can figure out how to do the changelog stuff... |
well, you provided a new PR instead of committing and pushing the changelog stuff to the branch you used in this PR. So please add the changelog stuff here or the other way: Add the changes done here to the new PR. We need both in one PR for merging. |
|
I don't know how to do that. But going forward, is this the workflow:
change code, update CHANGELOG; save both; commit both at the same time;
then do the pull request once both are queued up?
Sorry, I'm very new to this
…On Fri, Jul 5, 2024, 1:43 PM Karsten Hassel ***@***.***> wrote:
let me see if I can figure out how to do the changelog stuff...
well, you provided a new PR instead of committing and pushing the
changelog stuff to the branch you used in this PR.
So please add the changelog stuff here or the other way: Add the changes
done here to the new PR.
We need both in one PR for merging.
—
Reply to this email directly, view it on GitHub
<#3495 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXV4E5XLI5LXZTMPD75NGTZK3ZM3AVCNFSM6AAAAABKKWLBGCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJRGMZTSNJYHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
workflow:
You have to do step 4 now. Let me know if you want to try this yourself (otherwise I can do it). |
|
I added the changes from here to #3496, so closing this. |
I'm new to using GitHub as a collaborative platform so I'm very new to all of this, let me know if I goofed something and how I can do it better next time!
OpenWeather's One Call API has deprecated version 2.5 so it won't anymore. I changed the default value of apiVersion from 2.5 to 3.0 so newbies like me will have an easier time figuring it out!